How to know what events a component has
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
You can find events for components in developer reference, chapter 4. The XUL Components
If you want to look it up in the source code. getOuterAttrs() in Button.java is a good example. Events are likely to be registered like "appendAsapAttr(sb, Events.ON_FOCUS);"